OT_USER_BUFFER not working

Category: Geeks r Us

Post 1 by chikorita (move over school!) on Tuesday, 27-May-2008 11:30:15

Hi,

JFF I'm trying to write a jaws script that puts text in the virtual buffer. I am using a custome default file, with the instructions for installing skypewatch. When I try to compile my script it says unknown variable OT_USER_BUFFER, and when I try to compile the script from basics of scripting it says invalid paramater or something.

What am I missing?

Thanks.

Post 2 by Chris N (I just keep on posting!) on Tuesday, 27-May-2008 13:57:11

That's a constant. Are you including hjconst.jsh or whichever other file defines it?

Post 3 by chikorita (move over school!) on Tuesday, 27-May-2008 22:01:24

Hi, I am using default0.jsb, which I recompiled before posting. Should I include default0.jss?

Post 4 by TylerK (This site is so "educational") on Wednesday, 28-May-2008 10:02:32

No, if you want to make OT_USER_BUFFER work correctly, you need to include the following line in your file:
include "hjConst.jsh"
That file defines all of the OT_* constants, such as OT_NO_DISABLE, OT_USER_REQUESTED_INFORMATION, OT_LINE, etc.